home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2008 February
/
PCWFEB08.iso
/
Software
/
Resources
/
Developers
/
XAMPP 1.5.4
/
Windows installer
/
xampp-win32-1.5.4-installer.exe
/
xampp
/
install
/
config.awk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AWK Script
|
2005-12-05
|
380 b
|
14 lines
BEGIN {
# ORS="\\r\\n";
# SUBSTIT = "\\\\xamppcoffee";
# DIR = "D:\\xampp";
# server_cmd = "D:\\xampp\\install\\server.xml";
while (getline < CONFIG) {
sub(SUBSTIT,DIR,$0);
print $0 > CONFIGNEW
}
# print "@rem Installation Program, second part" > "D:\\xampp\\install\\inst.bat"
# D:\xampp\install\awk -v DIR = "C:\\xampp" -f D:\xampp\install\test.awk
}